Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
MVI architecture for Android with XML layouts
Rating: 4.7 out of 5(120 ratings)
512 students

MVI architecture for Android with XML layouts

Learn MVI - Model View Intent - Architecture with XML layouts. We use MVVM, Coroutines, Retrofit, Glide and Kotlin
Created byCatalin Stefan
Last updated 2/2026
English

What you'll learn

  • Android Architectures
  • MVI Architecture
  • MVVM Architecture
  • Android development

Course content

3 sections17 lectures1h 24m total length
  • Introduction2:27
  • Important message about Udemy reviews0:59
  • Engage on social media0:05
  • Android Architectures9:50
  • Why MVI9:32
  • MVI Architecture3:53

Requirements

  • Android development knowledge

Description

In this course we discuss the MVI - Model View Intent - architecture for Android development.

The MVI Architecture is the newest iteration in the MVX types or architectures for Android, and brings with it a few different benefits. Most importantly, user interaction traceability, system state predictability and ultimately, improved scalability and testability.

As an Android developer, it's important to stay up to date with the latest developments.

This architecture has distinct advantages and disadvantages that are important to know when deciding whether to implement it in your application. In addition, it’s important to be able to discuss it in an Android interview, where you might be judged on whether or you have heard of it.

In this course, we will go through a theoretical description of Android architectures in general, such as MVC - Model View Controller, MVP - Model View Presenter and MVVM - Model View ViewModel. Finally we will see what the new MVI Architecture brings to the table.

We will also implement the knowledge we learned in a practical application. We will build an app that retrieves a list of animals from a backend api, and displays it in a list in the application. The application will showcase how to use the MVI architecture in a simple case, so that it’s easier to understand.

This is also an excellent project course for someone who wants to sharpen their Android development skills.

So sign up today and let's learn about the MVI architecture as it applies to Android development.

Who this course is for:

  • Beginner Android developers
  • Advanced Android developers